3.2.8 \(\int \sec (c+d x) \sqrt {a+a \sin (c+d x)} \, dx\) [108]

Optimal. Leaf size=40 \[ \frac {\sqrt {2} \sqrt {a} \tanh ^{-1}\left (\frac {\sqrt {a+a \sin (c+d x)}}{\sqrt {2} \sqrt {a}}\right )}{d} \]

[Out]

arctanh(1/2*(a+a*sin(d*x+c))^(1/2)*2^(1/2)/a^(1/2))*2^(1/2)*a^(1/2)/d

________________________________________________________________________________________

Rubi [A]
time = 0.04, antiderivative size = 40, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 21, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.143, Rules used = {2746, 65, 212} \begin {gather*} \frac {\sqrt {2} \sqrt {a} \tanh ^{-1}\left (\frac {\sqrt {a \sin (c+d x)+a}}{\sqrt {2} \sqrt {a}}\right )}{d} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Sec[c + d*x]*Sqrt[a + a*Sin[c + d*x]],x]

[Out]

(Sqrt[2]*Sqrt[a]*ArcTanh[Sqrt[a + a*Sin[c + d*x]]/(Sqrt[2]*Sqrt[a])])/d

Rule 65

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> With[{p = Denominator[m]}, Dist[p/b, Sub
st[Int[x^(p*(m + 1) - 1)*(c - a*(d/b) + d*(x^p/b))^n, x], x, (a + b*x)^(1/p)], x]] /; FreeQ[{a, b, c, d}, x] &
& NeQ[b*c - a*d, 0] && LtQ[-1, m, 0] && LeQ[-1, n, 0] && LeQ[Denominator[n], Denominator[m]] && IntLinearQ[a,
b, c, d, m, n, x]

Rule 212

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1/(Rt[a, 2]*Rt[-b, 2]))*ArcTanh[Rt[-b, 2]*(x/Rt[a, 2])], x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 2746

Int[cos[(e_.) + (f_.)*(x_)]^(p_.)*((a_) + (b_.)*sin[(e_.) + (f_.)*(x_)])^(m_.), x_Symbol] :> Dist[1/(b^p*f), S
ubst[Int[(a + x)^(m + (p - 1)/2)*(a - x)^((p - 1)/2), x], x, b*Sin[e + f*x]], x] /; FreeQ[{a, b, e, f, m}, x]
&& IntegerQ[(p - 1)/2] && EqQ[a^2 - b^2, 0] && (GeQ[p, -1] ||  !IntegerQ[m + 1/2])

Rubi steps

\begin {align*} \int \sec (c+d x) \sqrt {a+a \sin (c+d x)} \, dx &=\frac {a \text {Subst}\left (\int \frac {1}{(a-x) \sqrt {a+x}} \, dx,x,a \sin (c+d x)\right )}{d}\\ &=\frac {(2 a) \text {Subst}\left (\int \frac {1}{2 a-x^2} \, dx,x,\sqrt {a+a \sin (c+d x)}\right )}{d}\\ &=\frac {\sqrt {2} \sqrt {a} \tanh ^{-1}\left (\frac {\sqrt {a+a \sin (c+d x)}}{\sqrt {2} \sqrt {a}}\right )}{d}\\ \end {align*}

________________________________________________________________________________________

Mathematica [C] Result contains complex when optimal does not.
time = 0.07, size = 95, normalized size = 2.38 \begin {gather*} -\frac {(2-2 i) \sqrt [4]{-1} \tanh ^{-1}\left (\left (\frac {1}{2}+\frac {i}{2}\right ) (-1)^{3/4} \sec \left (\frac {d x}{4}\right ) \left (\cos \left (\frac {1}{4} (2 c+d x)\right )+\sin \left (\frac {1}{4} (2 c+d x)\right )\right )\right ) \sqrt {a (1+\sin (c+d x))}}{d \left (\cos \left (\frac {1}{2} (c+d x)\right )+\sin \left (\frac {1}{2} (c+d x)\right )\right )} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Sec[c + d*x]*Sqrt[a + a*Sin[c + d*x]],x]

[Out]

((-2 + 2*I)*(-1)^(1/4)*ArcTanh[(1/2 + I/2)*(-1)^(3/4)*Sec[(d*x)/4]*(Cos[(2*c + d*x)/4] + Sin[(2*c + d*x)/4])]*
Sqrt[a*(1 + Sin[c + d*x])])/(d*(Cos[(c + d*x)/2] + Sin[(c + d*x)/2]))

________________________________________________________________________________________

Maple [A]
time = 0.13, size = 32, normalized size = 0.80

method result size
default \(\frac {\arctanh \left (\frac {\sqrt {a +a \sin \left (d x +c \right )}\, \sqrt {2}}{2 \sqrt {a}}\right ) \sqrt {2}\, \sqrt {a}}{d}\) \(32\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sec(d*x+c)*(a+a*sin(d*x+c))^(1/2),x,method=_RETURNVERBOSE)

[Out]

arctanh(1/2*(a+a*sin(d*x+c))^(1/2)*2^(1/2)/a^(1/2))*2^(1/2)*a^(1/2)/d

________________________________________________________________________________________

Maxima [A]
time = 0.51, size = 58, normalized size = 1.45 \begin {gather*} -\frac {\sqrt {2} \sqrt {a} \log \left (-\frac {\sqrt {2} \sqrt {a} - \sqrt {a \sin \left (d x + c\right ) + a}}{\sqrt {2} \sqrt {a} + \sqrt {a \sin \left (d x + c\right ) + a}}\right )}{2 \, d} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(d*x+c)*(a+a*sin(d*x+c))^(1/2),x, algorithm="maxima")

[Out]

-1/2*sqrt(2)*sqrt(a)*log(-(sqrt(2)*sqrt(a) - sqrt(a*sin(d*x + c) + a))/(sqrt(2)*sqrt(a) + sqrt(a*sin(d*x + c)
+ a)))/d

________________________________________________________________________________________

Fricas [A]
time = 0.35, size = 92, normalized size = 2.30 \begin {gather*} \left [\frac {\sqrt {2} \sqrt {a} \log \left (-\frac {a \sin \left (d x + c\right ) + 2 \, \sqrt {2} \sqrt {a \sin \left (d x + c\right ) + a} \sqrt {a} + 3 \, a}{\sin \left (d x + c\right ) - 1}\right )}{2 \, d}, -\frac {\sqrt {2} \sqrt {-a} \arctan \left (\frac {\sqrt {2} \sqrt {-a}}{\sqrt {a \sin \left (d x + c\right ) + a}}\right )}{d}\right ] \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(d*x+c)*(a+a*sin(d*x+c))^(1/2),x, algorithm="fricas")

[Out]

[1/2*sqrt(2)*sqrt(a)*log(-(a*sin(d*x + c) + 2*sqrt(2)*sqrt(a*sin(d*x + c) + a)*sqrt(a) + 3*a)/(sin(d*x + c) -
1))/d, -sqrt(2)*sqrt(-a)*arctan(sqrt(2)*sqrt(-a)/sqrt(a*sin(d*x + c) + a))/d]

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \sqrt {a \left (\sin {\left (c + d x \right )} + 1\right )} \sec {\left (c + d x \right )}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(d*x+c)*(a+a*sin(d*x+c))**(1/2),x)

[Out]

Integral(sqrt(a*(sin(c + d*x) + 1))*sec(c + d*x), x)

________________________________________________________________________________________

Giac [A]
time = 6.34, size = 59, normalized size = 1.48 \begin {gather*} \frac {\sqrt {2} \sqrt {a} {\left (\log \left (\cos \left (-\frac {1}{4} \, \pi + \frac {1}{2} \, d x + \frac {1}{2} \, c\right ) + 1\right ) - \log \left (-\cos \left (-\frac {1}{4} \, \pi + \frac {1}{2} \, d x + \frac {1}{2} \, c\right ) + 1\right )\right )} \mathrm {sgn}\left (\cos \left (-\frac {1}{4} \, \pi + \frac {1}{2} \, d x + \frac {1}{2} \, c\right )\right )}{2 \, d} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(d*x+c)*(a+a*sin(d*x+c))^(1/2),x, algorithm="giac")

[Out]

1/2*sqrt(2)*sqrt(a)*(log(cos(-1/4*pi + 1/2*d*x + 1/2*c) + 1) - log(-cos(-1/4*pi + 1/2*d*x + 1/2*c) + 1))*sgn(c
os(-1/4*pi + 1/2*d*x + 1/2*c))/d

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.02 \begin {gather*} \int \frac {\sqrt {a+a\,\sin \left (c+d\,x\right )}}{\cos \left (c+d\,x\right )} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + a*sin(c + d*x))^(1/2)/cos(c + d*x),x)

[Out]

int((a + a*sin(c + d*x))^(1/2)/cos(c + d*x), x)

________________________________________________________________________________________